home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Science / µSim 1.0b5 folder / source / DoEditDialog.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-12-23  |  201 b   |  10 lines  |  [TEXT/MMCC]

  1. enum basestrings {
  2. kSTR_DECALLOWED = 128,
  3. kSTR_HEXALLOWED,
  4. kSTR_OCTALLOWED,
  5. kSTR_BINALLOWED
  6. };
  7.  
  8. Boolean DoEditDialog(short item, short class, short base);
  9. Boolean DoEditDump(short *addr, short wordn);
  10.